/*-----------------------------------------------------------------------------------
    Template Name:Fascination - Wedding HTML5 Template
    Template URI:
    Description:Fascination - Wedding HTML5 Template
    Author:
    Author URI:
    Version: 1.0
-----------------------------------------------------------------------------------
    CSS INDEX
    ===================

    1. Theme Default CSS (body, link color, section etc)
    2.Home-page-one
      2.1.slider-area
      2.2.couple-area
      2.3.count-down-section
      2.4.sweet-area
      2.5.story-area
      2.6.place-area
      2.7.friend-area
      2.8.person-area
      2.9.gallery-area
      getting-area
      rsvp-area
      2.10.gift-area
      2.11.footer-area
    3.home-page2
    4.Blog
    5.blog-details-section

-----------------------------------------------------------------------------------*/


/*============================
Theme Default CSS
==============================*/

@import url('../../../../css.css');


* {
    margin: 0;
    padding: 0;
}

body {
    color: #666;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
    line-height: 28px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
}

p {
    margin: 0px;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #333;
}

button,
a,
i {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

a:hover,
a:active.a:focus {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}



/*=========================
Home-page-one
===========================*/

.sticky-header-menu {
    width: 100%;
    position: fixed;
    left: 0;
    top: -400px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.sticky-on {
    opacity: 1;
    top: 0;
    visibility: visible;
}

.mobile-sticky-menu {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background:#e49497;
        height: 70px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.sticky-on .header-area {
    background: rgba(228, 148, 151, .90);
}


.sticky-on .header-area .logo h1 a span {
    color: #fff;
}

.sticky-on .header-area .main-menu nav ul li.active>a {
    color: #333;
}

.sticky-on .header-area .main-menu nav ul li > ul li a {
    color: #333;
}
.sticky-on .header-area .main-menu nav ul li a:hover{
    color:#333;
}

.sticky-on .header-area .main-menu nav ul li > ul li a:hover {
    color: #e49497;
}

.header-area {
    position: absolute;
    width: 100%;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.21);
    padding: 10px 0;
}


.logo {
    margin-top: 29px;
}

.logo h1 a {
    font-size: 24px;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.logo h1 a span {
    color: #e49497;
    padding: 0 10px;
}

.main-menu .submenu li a {
    padding: 10px 15px;
    color: :#fff;
    font-size: 14px;
}

.main-menu nav ul {
    text-align: right;
}

.main-menu nav ul li {
    display: inline-block;
    position: relative;
}

.main-menu nav ul li a {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0;
    padding: 30px 18px;
    text-transform: uppercase;
}

.main-menu nav ul li>ul li a {
    color: #333;
}

.main-menu nav ul li:hover>a,
.main-menu nav ul li.active>a {
    color: #e49497;
}


.main-menu .submenu {
    position: absolute;
    left: 0;
    top: 88px;
    z-index: 999;
    width: 185px;
    padding: 10px 0px 15px;
    background: #fff;
    text-align: left;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.main-menu nav>ul>li:hover>.submenu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

.main-menu .submenu li {
    display: block;
}

.main-menu .submenu li a {
    padding: 10px 15px;
}

.sticky-header.sticky {
    background: #fff;
    color: #333;
    position: fixed;
    width: 100%;
    z-index: 9;
    top: 0;
}

.sticky-header.sticky .main-menu nav ul li a {
    color: #333;
}



/*====================
mobile menu
=======================*/

.slicknav_menu {
    background-color: #fff;
    margin: 0;
    padding: 0;
    height: 0;
    z-index: 99;
}

.slicknav_menu nav {
    margin-top: 0;
}

.slicknav_menu ul {
    margin: 0;
}

.slicknav_nav {
    background: #2a2d2d;
}

.slicknav_nav .slicknav_row:hover {
    border-radius: 0;
    background: #3a3a3a;
}

.slicknav_nav .slicknav_arrow {
    float: right;
}

.slicknav_menu .slicknav_menutxt {
    display: none;
}

.slicknav_btn {
    background-color: transparent;
    position: relative;
    margin-top: -59px;
}

.slicknav_menu .slicknav_icon-bar {
    height: 1px;
    width: 27px;
    margin: 6px 0px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #333;
}

.header-area.header-area2 .slicknav_menu .slicknav_icon-bar {
    background-color: #fff;
}

.slicknav_nav a:hover {
    background: #3a3a3a;
    color: #fff;
}

.header-transparent .slicknav_menu .slicknav_icon-bar {
    background-color: #fff;
    box-shadow: none;
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(2) {
    opacity: 0;
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(2px, 10px);
    transform: rotate(45deg) translate(2px, 10px);
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(3) {
    -webkit-transform: rotate(-45deg) translateY(-9px);
    transform: rotate(-45deg) translateY(-9px);
}



/*================================
slider-area
===================================*/

.slider-area {
    position: relative;
    z-index: 1;
}

.single-slider {
    background: url(../img/slider/1.jpeg) no-repeat center top / cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: -1;
}

.single-slider:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, #000000 0%, #000000 44%, #e49497 100%);
    background: -webkit-linear-gradient(top, #000000 0%, #000000 44%, #e49497 100%);
    background: linear-gradient(to bottom, #000000 0%, #000000 44%, #e49497 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e49497', GradientType=0);
    opacity: .59;
    z-index: -1;
}

.slider-2 {
    background: url(../img/slider/2.jpeg) no-repeat center top / cover;
}

.swiper-container {
    height: 1050px;
}

.swiper-button-next,
.swiper-button-prev {
    background-image: none;
    background: rgba(228, 148, 151, .5);
    padding: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    opacity: 0;
    color: #fff;
    border-radius: 100%;
}

.slider-area:hover .swiper-button-next {
    opacity: 1;
}

.slider-area:hover .swiper-button-prev {
    opacity: 1;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #e49497;
    color: #fff;
}


.swiper-button-next:hover i,
.swiper-button-prev:hover i {
    color: #fff;
}

.swiper-button-next i,
.swiper-button-prev i {
    font-size: 25px;
    padding-left: 12px;
    padding-top: 7px;
    transition: 0.3s;
    -webkit-transition: all 0.3s;
}
.swiper-button-next i {
    padding-left: 17px;
}

.slide-area .container {
    height: 100%;
    display: table;
}

.slide-area .row {
    display: table-cell;
    vertical-align: middle;
}

.slider-bg img {
    position: relative;
}

.slider-bg h2 {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    width: 100%;
    height: 100%;
    transform: translateY(-50%);
}

.slide-title {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.slide-title h2 {
    font-size: 49px;
    font-family: 'Prata', serif;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.slide-text {
    position: absolute;
    left: -23px;
    right: 0;
    bottom: 30px;
    border-top: 1px solid rgba(255,255,255,.1);
    border-bottom: 1px solid rgba(255,255,255,.1);
    max-width: 400px;
    margin: auto;
    padding: 30px 0;
    color: #fff;
}

.slide-text p {
    display: inline-block;
    padding-right: 10px;
    margin-bottom: 15px;
}

.slide-text2 p {
    display: inline-block;
    padding-right: 2px;
    margin-bottom: 15px;
}

.slide-text>span {
    text-transform: uppercase;
    font-size: 16px;
    font-style: italic;
}
.slide-text2>span {
    text-transform: uppercase;
    font-size: 16px;
    font-style: italic;
}

.slide-text2 {
    position: relative;
    left: 0;
    right: 0;
    bottom: -338px;
    max-width: 400px;
    margin: auto;
    padding: 20px 0;
    background: rgba(0, 0, 0, .08);
    color: #fff;
    top: 100%;
}
.slide-title2 {
    right: 0;
}
.slide-content {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 99;
}
.slider-circle {
    width: 345px;
    height: 345px;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    top: 60%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.slider-circle2:before {
    position: absolute;
    content: "";
    left: -42%;
    top: 27px;
    width: 415px;
    height: 2px;
    background: #e49497;
    transform: rotate(-45deg);
}
.slider-circle2:after {
    position: absolute;
    content: "";
    right:-42%;
    bottom:27px;
    width: 415px;
    height: 2px;
    background: #e49497;
    transform: rotate(-45deg);
}

@media (max-width: 767px) {
    .slider-circle2 {
        width: 235px;
        height: 235px;
    }
}
@media (max-width: 767px) {
    .slider-circle {
        width: 235px;
        height: 235px;
    }
}

.slider-circle  .circle-inner {
    width: 100%;
    height: 100%;
    background: rgba(228, 148, 151, 0.88);
    border-radius: 50%;
}


.slider-circle .circle-inner2 {
    width: 100%;
    height: 100%;
    background: rgba(228, 148, 151, 0.88);
    transform: rotate(-45deg);
    position: relative;
}
.slider-circle .circle-inner2:after {
    position: absolute;
    content: "";
    left: -44px;
    top: 0;
    width: 415px;
    height: 2px;
    background: #e49497;
}
.slider-circle .circle-inner2:before {
    position: absolute;
    content: "";
    right:-44px;
    bottom: 0;
    width: 415px;
    height: 2px;
    background: #e49497;
}

.slider-circle .animated-circle {
    width: 103%;
    height: 103%;
    background: rgba(228, 148, 151, 0.44);
    border-radius: 50%;
    position: absolute;
    left: -1.5%;
    top: -1.5%;
    -webkit-animation: pulse 1s infinite;
    animation: pulse 1s infinite;
}

.slider-circle .vector {
    content: "";
    background: url(../img/slider/vecotr.png) center center/cover no-repeat local;
    width: 471px;
    height: 646px;
    position: absolute;
    left: 57%;
    top: 53%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

@media (max-width: 767px) {
    .slider-circle .vector {
        width: 300px;
        height: 411px;
    }
}

.slider-circle h2 {
    font-family: 'Prata', serif;
    width: 100%;
    font-size: 45px;
    color: white;
    margin: 0;
    text-transform: uppercase;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

@media (max-width: 767px) {
    .slider-circle h2 {
        font-size: 35px;
    }
}

.slider-circle .inner-border {
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    border: 2px dashed white;
    position: absolute;
    border-radius: 50%;
    left: 7.5px;
    top: 7.5px;
    z-index: 1;
    opacity: 0.4;
}
.slider-circle.slider-circle2 {
    left: 50%;
    top: 55%;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/*** spirit-header ***/
.spirit-header {
  position:absolute;
  z-index: 100;
}

.surface-shader {
  opacity: 0.4;
}

.ripple,
.particleground,
.video-player,
.surface-shader,
#particles-js {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}



/*====================================
slider-area end
======================================*/


/*================================
couple-area start
===================================*/

.section-title {
    margin-bottom: 70px;
}
.section-title{
    margin-bottom: 60px;
}

.section-title h2 {
    font-size: 42px;
    font-family: 'Prata', serif;
    position: relative;
    padding: 20px 0 10px;
}

.section-title h2:before {
    position: absolute;
    content: "";
    width: 19%;
    height: 118%;
    top: -90px;
    left: 40%;
    background: url(../img/section/1.png) no-repeat center center / cover;
}
.section-title span {
    color: #c0c0c0;
    position: relative;
   letter-spacing: 5px;
    font-size: 18px;
    word-spacing: 5px;
    font-weight: 300;
}

.section-title span:before {
    position: absolute;
    content: "";
    width: 35px;
    height: 1px;
    top: 50%;
    left: -64px;
    background: #c0c0c0;
}
.section-title span:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 1px;
    top: 50%;
    left: 106%;
    background: #c0c0c0;
}

.couple-content {
    position: relative;
    margin-top: 60px;
}

.middle-bar {
    position: absolute;
    left: 50%;
    top: 20%;
    width: 1%;
    height: 85%;
    background: rgba(222, 222, 222, .5);
}

.couple-content2 {
    text-align: right;
}

.couple-content.couple-content2 .social-icon ul {
    justify-content: flex-end;
}

.couple-content ul li {
    padding: 0 10px;
}

.couple-content h3 {
    font-size: 20px;
    font-weight: 600;
}

.couple-content ul li:last-child {
    padding-right: 0;
}
.couple-content ul li:first-child {
    padding-left: 0;
}

.couple-content h4 {
    font-size: 16px;
    font-weight: 500;
    color: #e49497;
    letter-spacing: 5px;
    padding-top: 15px;
}

.couple-content p {
    font-size: 16px;
    font-weight: 300;
    color: #909090;
    padding: 25px 0;
}

.couple-content span {
    transition: all .3s;
}

.couple-content span:hover {
    color: #e49497;
}

.couple-shape-area {
    text-align: center;
}


/*couple-area end*/


/*--------------------------------------------------------------
#0.7    count-down-section
--------------------------------------------------------------*/

.count-down-area {
    background: #f9f9f9;
}

.count-down-section {
    position: relative;
}

.count-down-section h2 {
    font-size: 36px;
    font-size: 4rem;
    color: #333;
    margin: 0;
    font-family: 'Prata', serif;
}

.count-down-section p {
    text-align: center;
    font-size: 20px;
    color: #909090;
    padding-top: 55px;
    line-height: 30px;
}

@media (max-width: 1199px) {
    .count-down-section h2 {
        font-size: 62px;
        font-size: 3.44444rem;
    }
}

@media (max-width: 767px) {
    .count-down-section h2 {
        font-size: 50px;
        font-size: 2.77778rem;
    }
}

.count-down-section h2>span {
    font-size: 24px;
    display: block;
    margin-bottom: 0.6em;
    font-family: 'Josefin Sans', sans-serif;
    color: #c0c0c0;
    padding-top: 10px;
    padding-bottom: 25px;
    font-weight: 300;
}

@media (max-width: 1199px) {
    .count-down-section h2>span {
        font-size: 25px;
        font-size: 1.38889rem;
    }
}

@media (max-width: 767px) {
    .count-down-section h2>span {
        font-size: 20px;
    }
}

.count-down-section .count-down-clock {
    margin-top: 13px;
}

@media (max-width: 991px) {
    .count-down-section .count-down-clock {
        margin-top: 35px;
    }
}

.count-down-section #clock {
    color: #fff;
    overflow: hidden;
}

.count-down-section #clock>div {
    background: #e49497;
    width: 25%;
    float: left;
    text-align: center;
    padding: 70px 20px;
    margin-top: 0px;
    border-right:1px solid #e2a7a9;
}

.count-down-section #clock>div+div {
    margin-bottom: 0px;
}

.count-down-section #clock>div:last-child {
    border-right: none;
}

@media (max-width: 767px) {
    .count-down-section #clock>div {
        width: calc(50% - 5px);
    }
}

@media (max-width: 767px) {
    .count-down-section #clock>div+div {
        margin: 5px;
    }
    .count-down-section #clock>div+div {
        margin-bottom: 5px;
    }
}

.count-down-section #clock .box>div {
    font-size: 48px;
    font-size: 2.22222rem;
    font-weight: 600;
    line-height: 1em;
}

@media (max-width: 1199px) {
    .count-down-section #clock .box>div {
        font-size: 40px;
        font-size: 1.94444rem;
    }
}

@media (max-width: 991px) {
    .count-down-section #clock .box>div {
        font-size: 30px;
        font-size: 1.66667rem;
        line-height: 1.3em;
    }
}

.count-down-section #clock .box span {
    font-size: 48px;
    font-size: 0.77778rem;
}

#clock .box>div:first-child {
    font-size: 48px;
    font-family: 'Prata', serif;
    font-weight: 400;
    margin-bottom: 20px;
}

#clock .box>span:last-child {
    font-size: 20px;
    font-family: 'Josefin Sans', sans-serif;
    padding-top: 30px;
}

@media (max-width: 767px) {
    .count-down-section #clock {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .count-down-section #clock>div {
        flex-basis: calc(100% * (1/2) - 15px);
        margin-bottom: 30px;
    }
}


/*===============================
sweet-area
=================================*/

.sweet-area {
    background: url(../img/banner/1.jpeg) no-repeat center center / cover;
    position: relative;
}

.sweet-area:before {
    background: -moz-linear-gradient(top, #000000 0%, #000000 44%, #e49497 100%);
    background: -webkit-linear-gradient(top, #000000 0%, #000000 44%, #e49497 100%);
    background: linear-gradient(to bottom, #000000 0%, #000000 44%, #e49497 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e49497', GradientType=0);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .77;
}

.sweet-content {
    max-width: 627px;
    margin: auto;
    padding: 200px 0 196px;
}

.sweet-content h2 {
    font-size: 42px;
    color: #fff;
    text-align: center;
    font-family: 'Prata', serif;
    line-height: 60px;
    margin-bottom: 0;
}


/*========================================
story-area start
========================================*/

.story-area {
    background: #f8f8f8;
}

.story-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 20px 0;
}

.story-img {
    padding: 20px 0;
    position: relative;
}

.story-img:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.story-img img{
    position: relative;
    z-index: 1;
}
.overlay{
    position: relative;

}
.overlay:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.60);
    z-index: 11;
    opacity: 1;
}
.social-1st2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .3s;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    z-index: 99;
    cursor: crosshair;
}

.story-content h3 {
    font-size: 28px;
    font-weight: 400;
    position: relative;
    font-family: 'Prata', serif;
    z-index: 1;
}

.story-content h3:after {
    position: absolute;
    content: "01";
    left: 5px;
    top: -27px;
    width: 70px;
    height: 3px;
    font-size: 72px;
    color: rgba(234, 234, 234, 0.7);
    z-index: -1;
}

.story-content3 h3:after {
    content: "02";
}

.story-content4 h3:after {
    content: "03";
}

.story-content5 h3:after {
    content: "04";
}

.story-img:before {
    position: absolute;
    content: "";
    left: 85%;
    top: 60px;
    width: 70px;
    height: 3px;
    background: #e49497;
    z-index: 99;
}

.story-img2:before {
    position: absolute;
    content: "";
    left: -14px;
    top: 64px;
    width: 70px;
    height: 3px;
    background: #e49497;
}

.story-content2 {
    text-align: right;
}

.story-content2 h3:after {
    left: 78%;
}

.story-content h4 {
    font-size: 16px;
    font-weight: 500;
    color: #e49497;
    padding-top: 5px;
}

.story-content p {
    font-size: 18px;
    font-weight: 300;
    color: #909090;
    padding: 25px 0;
}


/*=================================
story-area end
===================================*/


/*============================
place-area start
=============================*/

.place-content {
    text-align: right;
    padding-top: 45px;
}

.place-content2 {
    text-align: left;
}

.place-content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}

.place-content span {
    font-size: 14px;
    font-weight: 400;
    color: #b8b8b8;
    display: block;
    padding: 0;
}

.place-content span i {
    padding-left: 15px;
    font-size: 20px;
    color: #e49497;
}

.place-content p {
    font-size: 16px;
    font-weight: 300;
    color: #909090;
    padding: 30px 0;
}

.place-content2 span i {
    padding-right: 15px;
    padding-left: 0;
}
.btn {
    padding: 0;
}
.btn a {
    display: inline-block;
    font-size: 14px;
    border: 2px solid #e49497;
    padding: 12px 35px;
    border-radius: 50px;
}

.btn a:hover {
    background: #e49497;
    color: #fff;
}
.btn.active a {
    background: #e79ea1;
    color: #fff;
}

.btn.active a:hover {
    background: #fff;
    color: #333;
}



/*==============================
place-area end
==================================*/

/*=============================
friend-area
==================================*/


.friend-area {
    background: url(../img/friend/9.jpeg) no-repeat center center / cover;
    text-align: center;
    line-height: 40px;
}

.friend-area {
    position: relative;
}

.friend-area:before {
    background: -moz-linear-gradient(top, #000000 0%, #000000 44%, #e49497 100%);
    background: -webkit-linear-gradient(top, #000000 0%, #000000 44%, #e49497 100%);
    background: linear-gradient(to bottom, #000000 0%, #000000 44%, #e49497 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e49497', GradientType=0);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.77;
}

.friend-content {
    max-width: 760px;
    margin: auto;
    padding: 100px 0;
}

.friend-content p {
    font-size: 24px;
    color: #ededed;
    padding-bottom: 30px;
    font-style: italic;
}

.friend-content span {
    color: #d0d0d0;
    padding-bottom: 60px;
}


/*==============================
person-area
================================*/

.person-area {
    background: #f8f8f8;
}

.person-item {
    padding-top: 50px;
}

.person-wrap {
    margin-bottom: 30px;
    overflow: hidden;
    z-index: -1;
}

.person-item2 {
    padding-top: 50px;
}

.person-img {
    position: relative;
    overflow: hidden;
}

.person-img img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.person-wrap:hover .person-img img {
    -webkit-transform: scale(1.2) rotate(5deg);
    -ms-transform: scale(1.2) rotate(5deg);
    transform: scale(1.2) rotate(5deg);
}

.social-list {
    position: absolute;
    left: 0;
    bottom: 10%;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    z-index: 1;
    opacity: 0;
    text-align: center;
    transition: all .5s;
}

.person-wrap {
    overflow: hidden;
}

.person-wrap:hover .social-list {
    opacity: 1;
}

.social-list ul {
    display: flex;
    justify-content: center;
    z-index: 1;
}

.social-list ul li {
    width: 40px;
    height: 40px;
    line-height: 45px;
    margin: 5px;
    border-radius: 100%;
    z-index: -1;
    background: #e49497;
    transition: all .3s;
}

.social-list ul li:hover {
    background: #fff;
    color: #333;
}

.social-list ul li a {
    color: #fff;
    transition: all .3s;
}

.social-list ul li:hover a {
    color: #e49497;
}

.person-content {
    text-align: center;
    background: #fff;
    padding: 25px 0 15px;
}
.person-content h3 {
    font-size: 18px;
    color: #151515;
    font-weight: 600;
}

.person-content span {
    font-size: 15px;
    font-weight: 400;
}

.person-title {
    border-bottom: 2px solid #649e93;
    margin-bottom: 30px;
}

.person-title h3 {
    padding: 5px 50px;
    background: #649e93;
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    font-size: 40px;
    font-family: 'Great Vibes', cursive;
}



/*================================
gallery-area
==================================*/
.section-title-g span:before{
    left: -27%;
}

.gallery-menu button {
    background: none;
    outline: none;
    border: none;
    color: #151515;
    margin-right: 5px;
    border-radius: 50px;
    width: 130px;
    height: 40px;
    font-weight: 600;
}

.gallery-menu {
    padding-bottom: 60px;
}

.gallery-menu button.active {
    border: 2px solid #e49497;
    padding-top: 3px;
}

.gallery-single {
    position: relative;
    margin-bottom: 30px;
}

.gallery-single:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #e49497;
    opacity: 0;
    transition: all .3s;
    z-index: 1;
}

.gallery-single:hover.gallery-single:before {
    opacity: .7;
}

.social-1st {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .3s;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    z-index: 22;
    cursor: crosshair;
}

.gallery-single:hover .social-1st {
    opacity: 1;
}

.gallery-single {
    overflow: hidden;
}

.gallery-single img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.gallery-single:hover.gallery-single img {
    -webkit-transform: scale(1.2) rotate(5deg);
    -ms-transform: scale(1.2) rotate(5deg);
    transform: scale(1.2) rotate(5deg);
    z-index: -1;
}

.expand-img i {
    font-size: 40px;
    color: #fff;
}
.expand-video {
    width: 70px;
    height: 70px;
    background: #e69da0;
    display: block;
    text-align: center;
    margin: auto;
    border-radius: 50%;
}
.expand-video i {
    font-size: 35px;
    line-height: 70px;
    color: #ffffff;
    margin-left: 0px;
    padding-left: 4px;
}

/*================================
.gallery-area end
====================================*/


/*=============================
getting-area start
===============================*/

.getting-area {
    background: #f8f8f8;
}

.getting-area .heading h3 {
    font-size: 22px;
    text-align: right;
    margin-bottom: 35px;
    color: #151515;
    font-weight: 600;
}

.heading2 h3 {
    font-size: 22px;
    text-align: left;
    margin-bottom: 35px;
}

.getting-content p {
    font-size: 15px;
    font-weight: 400;
    color: #909090;
    padding-top: 30px;
}

/*--------------------------------------------------------------
#1.5    rsvp-area
--------------------------------------------------------------*/

.rsvp-area {
    background: url(../img/rsvp/1.jpeg) no-repeat center center / cover;
    position: relative;
}
.rsvp-area .section-title span {
     color: #9e9696;
}
.rsvp-area:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .80);
}

.rsvp-area .rsvp-down {
    background-color: #e49497;
    padding: 50px 55px;
    margin: 0 30px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .rsvp-area .rsvp-down {
        padding: 0;
        margin: 0;
    }
}


.rsvp-area .rsvp-sub {
    background: #fff;
    padding: 90px 80px 80px;
    text-align: center;
    position: relative;
}

.rsvp-area .rsvp-sub button {
    background: none;
    width: 160px;
    height: 50px;
    outline: none;
    border: none;
    border: 2px solid #e49497;
    border-radius: 50px;
    color: #909090;
    margin-top: 20px;
}

.rsvp-area .rsvp-sub button:hover {
    background: #e49497;
    color: #fff;
}

.form-check-label {
    display: block;
    text-align: left;
    font-size: 14px;
    margin-right: 13px;
}

.form-control {
    font-size: 14px;
}

.form-check-inline {
    text-align: left;
}

@media (max-width: 500px) {
    .rsvp-area .rsvp-sub {
        padding: 50px 30px 40px;
    }
}


@media (max-width: 500px) {
    .rsvp-area .rsvp-sub:before {
        width: calc(100% - 25px);
        height: calc(100% - 25px);
        left: 12px;
        top: 12px;
    }
}

.rsvp-area .rsvp-sub:after {
    content: "";
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.rsvp-area .rsvp-sub p {
    font-size: 18px;
    font-style: italic;
    margin: 0 0 2em;
    color: #6b6969;
    position: relative;
    z-index: 2;
}

@media (max-width: 767px) {
    .rsvp-area .rsvp-sub p {
        font-size: 16px;
    }
}

.rsvp-area .rsvp-sub form {
    position: relative;
    z-index: 1;
}

.rsvp-area form>div+div {
    margin-top: 25px;
}

.rsvp-area form ::-webkit-input-placeholder {
    font-style: 20px;
    color: #909090;
}

.rsvp-area form :-moz-placeholder {
    font-style: 20px;
    color: #909090;
}

.rsvp-area form ::-moz-placeholder {
    font-style: 20px;
    color: #909090;
}

.rsvp-area form :-ms-input-placeholder {
    font-style: 14px;
    color: #909090;
}

.rsvp-area form select {
    font-style: italic;
    background: url(../img/select-icon.png) no-repeat calc(100% - 15px) center;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    cursor: pointer;
    color: #909090;
    opacity: 1;
}

.rsvp-area form select::-ms-expand {
    /* for IE 11 */
    display: none;
}

.rsvp-area form option {
    padding: 8px 15px !important;
    color: #000;
}

.rsvp-area form input,
.rsvp-area form select,
.rsvp-area form textarea {
    background-color: transparent;
    height: 45px;
    padding: 0px 0;
    border: 0;
    border-bottom: 1px solid #f7f6f6;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #909090;
    font-style: inherit;
}

.rsvp-area form input:focus,
.rsvp-area form select:focus,
.rsvp-area form textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border-color: #fcfaf9;
}

.rsvp-area form textarea {
    height: 26px;
    margin-top: 80px;
}
.control-group{
    text-align: left;
    margin-top: 50px;
}
.control-group h2{
    text-align: left;
    font-size: 16px;
    color: #909090;
    padding-bottom: 2px;
}
.control {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 16px;
    margin-right: 10px;
}
    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }
.control_indicator {
    position: absolute;
    top: 5px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #ffffff;
    border: 2px solid #e49497;
}
.control-radio .control_indicator {
    border-radius: undefined%;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #fff;
}

.control input:checked ~ .control_indicator {
    background: #e49497;
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #0e6647d;
}
.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control_indicator:after {
    display: block;
}
.control-checkbox .control_indicator:after {
    left: 6px;
    top: 2px;
    width: 3px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}



/*** validate rsvp form ***/


/*** validate rsvp form ***/

.contact-validation-active .success-error-message {
    margin: 15px 0 0;
}

.contact-validation-active label.error {
    color: red;
    margin: 5px 0 0 0;
}

.contact-validation-active #loader {
    display: none;
}

.contact-validation-active #loader i {
    font-size: 20px;
    color: #fff;
}

.contact-validation-active #success,
.contact-validation-active #error {
    width: 100%;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    text-align: center;
    display: none;
}

@media (max-width: 767px) {
    .contact-validation-active #success,
    .contact-validation-active #error {
        font-size: 15px;
    }
}

.contact-validation-active #success {
    background-color: #649e93;
    margin-bottom: 5px;
}

.contact-validation-active #error {
    background-color: red;
}


/*=============================
gift-area start
===============================*/

.gift-img {
    border: 1px solid #ededed;
    padding: 30px 40px;
}

.gift-img2 {
    border-bottom: none;
}

.gift-img3 {
    border-right: none;
}

.giftl {
    padding: 0;
}
.gift-text {
    padding-top: 70px;
}
.gift-text h3 {
    max-width: 750px;
    margin: auto;
    color: #909090;
    line-height: 36px;
    text-align: center;
}
/*=============================
footer-area
===============================*/

.footer-area {
    background: url(../img/footer/1.jpeg) no-repeat center center / cover;
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

.footer-area:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, #000000 0%, #000000 44%, #e49497 100%);
    background: -webkit-linear-gradient(top, #000000 0%, #000000 44%, #e49497 100%);
    background: linear-gradient(to bottom, #000000 0%, #000000 44%, #e49497 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e49497', GradientType=0);
    opacity: .77;
    z-index: -1;
}

.footer-content {
    margin: auto;
    text-align: center;
}


.content-sub h2 {
    font-size: 60px;
    font-family: 'Prata', serif;
    color: #fff;
}

.content-sub span {
    font-size: 24px;
    color: #fff;
    font-family: 'Prata', serif;
}


/*home-page2 start*/

.couplep {
    padding-right: 5px;
}

.coupler {
    padding-left: 5px;
}

.story-area.story-area2 .story-item p {
    text-align: center;
    font-size: 16px;
    color: #949494;
    padding-bottom: 65px;
}


/*============================================
Blog
*=============================================*/

.crumbs-area {
    z-index: 1;
    background: url(../img/blog/6.jpeg) center center/cover no-repeat local;
    width: 100%;
    height: 500px;
    text-align: center;
    position: relative;
}

.crumbs-area:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: .59;
    background: -moz-linear-gradient(top, #000000 0%, #000000 44%, #e49497 100%);
    background: -webkit-linear-gradient(top, #000000 0%, #000000 44%, #e49497 100%);
    background: linear-gradient(to bottom, #000000 0%, #000000 44%, #e49497 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e49497', GradientType=0);
}
.crumbs-area .container {
    height: 100%;
    display: table;
    padding: 0;
}
.crumbs-area .row {
    display: table-cell;
    vertical-align: middle;
}
.crumbs-content {
    padding-top: 116px;
}
.crumbs-content h2 {
    font-size: 60px;
    color: #ffffff;
    line-height: 36px;
    margin-bottom: 17px;
    font-family: 'Prata', serif;
    text-transform: uppercase;
}

.blog-area {
    padding: 100px 0px 60px;
}

.blog-area .ft-single-blog {
    margin-bottom: 30px;
}

.blg-content {
    padding: 30px;
}

.blg-content h2 {
    font-size: 30px;
}

.blg-content {
    padding: 30px 30px 37px;
}

.blg-content h2 a {
    transition: all .3s;
}

.blg-content h2 a:hover {
    color: #e49497;
}

.blg-content h2 {
    margin-bottom: 30px;
}

.blg-content p {
    padding: 0 0 30px;
    padding: 0 0 30px;
    color: #949494;
    line-height: 39px;
}

.blg-thumb img {
    width: 100%;
}

a.read-more {
    text-transform: uppercase;
    color: #e49497;
}

a.read-more:hover {
    color: #333;
}

.pagination-wrapper {
    margin-top: 20px;
}

.pagination-wrapper ul li {
    display: inline-block;
    font-family: 'Prata', serif;
}
.blg-content h2 {
  font-family: 'Prata', serif;
}
.pagination-wrapper ul li a,
.pagination-wrapper ul li span,
.peg-active {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    font-size: 1.25rem;
    border: 1px solid transparent;
    color: #333;
    display: block;
    border-radius: 50%;
}

.pagination-wrapper ul li a:hover,
.pagination-wrapper ul li span:hover {
    background-color: #e49497;
    color:#fff;
}

.peg-active {
    background-color: #e49497;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    border-radius: 50%;
}
.pagination-wrapper ul li.peg-active a {
    color: #fff;
}
.blg-thumb {
    text-align: center;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
}

.blg-thumb .post-meta {
    list-style: none;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    padding-top: 30px;
}
.blog-content.blog-content2 .blg-thumb .post-meta {
    display: block;
    text-align: left;
}

.blg-thumb .post-meta li a {
    color: #e49497;
}

.blg-thumb .post-meta li {
    float: left;
    color: #c6c6c6;
    font-size: 16px;
}

.blg-thumb .post-meta>li+li {
    padding-left: 38px;
    position: relative;
}

.blg-thumb .post-meta>li+li:before {
    content: "/";
    position: absolute;
    left: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blg-content {
    text-align: center;
}

.blog-img .owl-nav div {
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    height: 60px;
    width: 60px;
    line-height: 65px;
    text-align: center;
    background: #e49497;
    color:#fff;
}

.blog-img .owl-nav div.owl-next {
    right: -30px;
    left: auto;
}

.quote-post {
    position: relative;
    text-align: center;
    margin-bottom: 70px;
    background-color: #e49497;
}

.quote-post .details {
    padding: 69px;
    position: relative;
    z-index: 2;
}

@media (max-width: 991px) {
    .quote-post .details {
        padding: 50px 40px;
    }
}

@media (max-width: 767px) {
    .quote-post .details {
        padding: 40px 30px;
    }
}

.quote-post h3 {
    font-size: 22px;
    line-height: 48px;
    margin: 0 0 0.7em;
    font-family: 'Prata', serif;
}

@media (max-width: 991px) {
    .quote-post h3 {
        font-size: 32px;
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .quote-post h3 {
        font-size: 30px;
        font-size: 1.875rem;
    }
}

.quote-post h3 {
    position: relative;
}
.quote-post h3:after {
    position: absolute;
    right: 0;
    bottom: -78px;
    content: "\f101";
    font-family: 'Flaticon';
    color: #fff;
    font-size: 66px;
    opacity: .3;
}
.quote-post h3 a {
    color: #fff;
}

.quote-post h3 a:hover {
    color: #fff;
}

.quote-post p {
    color: #dedede;
    margin: 0;
    padding-top: 25px;
}

.video-post .video-holder {
    position: relative;
    text-align: center;
}

.video-post .video-holder:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.video-post .video-holder:hover:before {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.video-post .video-holder a {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 5px;
}

.video-post .video-holder .flaticon-play-button {
    padding-left: 8px;
}

.video-post .video-holder .flaticon-play-button:before {
    font-size: 80px;
    color: #e49497;
}

@media (max-width: 767px) {
    .video-post .video-holder .flaticon-play-button:before {
        font-size: 60px;
    }
}

@media screen and (min-width: 992px) {
    .blog-with-sidebar .all-posts {
        padding-right: 20px;
    }
}


/*--------------------------------------------------------------
 blog-details-section
--------------------------------------------------------------*/

.blog-single-section {
    /*** tag-share ***/
    /*** author-box ***/
    /*** more-posts ***/
    /*** comments area ***/
    /*** comment-respond ***/
}
.pl-70{
    padding-left: 70px;
}
.blog-single-section .post {
    position: relative;
}

.blog-single-section .post .entry-media {
    margin-bottom: 35px;
}

.blog-content.blog-content2 .post .entry-media {
    margin-bottom: 50px;
}

.blog-single-section .post h2 {
    font-size: 36px;
    line-height: 1.5em;
    margin: 0 0 1em;
    font-family: 'Prata', serif;
}

@media (max-width: 991px) {
    .blog-single-section .post h2 {
        font-size: 26px;
        font-size: 1.625rem;
    }
}

@media (max-width: 767px) {
    .blog-single-section .post h2 {
        font-size: 24px;
    }
}

.blog-single-section .post h3 {
    font-size: 28px;
    line-height: 1.5em;
    margin: 1.8em 0 1em;
    font-family: "Prata", sans-serif;
}

@media (max-width: 991px) {
    .blog-single-section .post h3 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .blog-single-section .post h3 {
        font-size: 20px;
    }
}


.blog-single-section .entry-details {
    margin-top: 35px;
}

@media (max-width: 991px) {
    .blog-single-section .entry-details {
        margin-top: 20px;
    }
}

.blog-single-section .entry-details p {
    font-size: 18px;
    color: #949494;
    line-height: 1.9em;
    margin: 0 0 1.5em;
}

@media (max-width: 991px) {
    .blog-single-section .entry-details p {
        font-size: 17px;
    }
}

.blog-single-section .entry-details blockquote {
    background-color: #f8f8f8;
    font-size: 20px;
    font-style: italic;
    color: #949494;
    line-height: 1.9em;
    padding: 50px;
    margin: 50px 0;
    position: relative;
}
.blog-single-section .entry-details blockquote:before {
     position: absolute;
    left: 6%;
    top: -18px;
    content: "\e67e";
    font-family: 'themify';
    color: #e49497;
    font-size: 66px;
    opacity: .3;
}
@media (max-width: 767px) {
    .blog-single-section .entry-details blockquote {
        font-size: 18px;
        padding: 25px 20px;
    }
}

.blog-single-section .tag-share {
    min-height: 60px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid #f8f8f8;
    margin: 60px 0 70px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .blog-single-section .tag-share {
        border-right: 1px solid #f8f8f8;
    }
}

.blog-single-section .tag-share .tag,
.blog-single-section .tag-share .share {
    min-height: 60px;
    line-height: 60px;
    display: inline-block;
    padding-left: 80px;
    position: relative;
}

@media (max-width: 767px) {
    .blog-single-section .tag-share .tag,
    .blog-single-section .tag-share .share {
        display: block;
    }
}

.blog-single-section .tag-share .tag>i,
.blog-single-section .tag-share .share>i {
    background: #f8f8f8;
    color:#000;
    width: 62px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}

.blog-single-section .tag-share .tag {
    float: left;
}

@media (max-width: 767px) {
    .blog-single-section .tag-share .tag {
        float: none;
    }
}

.blog-single-section .tag-share .tag a {
    font-size: 17px;
    color: #848484;
}

.blog-single-section .tag-share .tag a:hover {
    color: #c1b696;
}

.blog-single-section .tag-share .tag ul li {
    padding-right: 5px;
}

.blog-single-section .tag-share .tag ul li:last-child:after {
    display: none;
}

.blog-single-section .tag-share .tag ul>li+li {
    margin-left: 10px;
}

.blog-single-section .tag-share .share {
    float: right;
}

@media (max-width: 767px) {
    .blog-single-section .tag-share .share {
        float: none;
        border-top: 1px solid #ebebf1;
        margin-top: 1px;
    }
}

.blog-single-section .tag-share .share ul>li+li {
    margin-left: 15px;
}

.blog-single-section .tag-share .share a {
    text-transform: uppercase;
    font-size: 14px;
    color: #949494;
}

.blog-single-section .tag-share .share a:hover {
    color: #c1b696;
}

.blog-single-section .tag-share ul {
    overflow: hidden;
}

.blog-single-section .tag-share ul li {
    float: left;
}

.blog-single-section .author-box {
    background-color: #f8f8f8;
    padding: 50px 50px 30px;
    margin: 70px 0;
}

@media (max-width: 991px) {
    .blog-single-section .author-box {
        padding: 35px 40px;
    }
}

@media (max-width: 767px) {
    .blog-single-section .author-box {
        padding: 25px;
    }
}

.blog-single-section .author-box .author-avatar {
    float: left;
}

@media (max-width: 767px) {
    .blog-single-section .author-box .author-avatar {
        float: none;
    }
}

.blog-single-section .author-box .author-avatar img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 120px;
    height: 120px;
}

.blog-single-section .author-box .author-content {
    display: block;
    overflow: hidden;
    padding-left: 25px;
}

@media (max-width: 767px) {
    .blog-single-section .author-box .author-content {
        padding: 0;
        margin: 15px 0 0 0;
    }
}

.blog-single-section .author-box .author-content p {
    font-size: 18px;
    margin-bottom: 19px;
    font-weight: 300;
    line-height: 34px;
}

.blog-single-section .author-box .author-name {
    font-size: 24px;
    display: inline-block;
    margin-bottom: 17px;
    color: #151515;
    font-family: "Prata", sans-serif;
}

@media (max-width: 991px) {
    .blog-single-section .author-box .author-name {
        font-size: 22px;
    }
}

.blog-single-section .author-box .social-lnk {
    display: inline-block;
}

.blog-single-section .author-box .social-lnk li {
    float: left;
    margin-right: 15px;
}

.blog-single-section .author-box .social-lnk a {
    display: block;
    font-size: 18px;
    color: #777;
}

.blog-single-section .author-box .social-lnk a:hover {
    color: #c1b696;
}

.blog-single-section .more-posts>div {
    width: 50%;
    float: left;
}

@media (max-width: 767px) {
    .blog-single-section .more-posts>div {
        width: 100%;
        float: none;
    }
}

.blog-single-section .more-posts>div>a {
    display: inline-block;
}

.blog-single-section .more-posts .previous-post,
.blog-single-section .more-posts .next-post {
    padding: 40px 0;
    margin-bottom: 70px;
}

@media (max-width: 767px) {
    .blog-single-section .more-posts .previous-post,
    .blog-single-section .more-posts .next-post {
        padding: 25px 15px !important;
    }
}

.blog-single-section .more-posts .next-post {
    text-align: right;
    padding-left: 15px;
    padding-right: 20px;
    border: 1px solid #efefef;
}

@media (max-width: 767px) {
    .blog-single-section .more-posts .next-post {
        border-left: 0;
        text-align: left;
        border-left: 1px solid #efefef;
    }
}

.blog-single-section .more-posts .previous-post {
    padding-right: 15px;
    padding-left: 20px;
    border: 1px solid #efefef;
}

.blog-single-section .more-posts .previous-post>a>span,
.blog-single-section .more-posts .next-post>a>span {
    display: block;
}

.blog-single-section .more-posts .post-control-link {
    color: #949494;
    font-family: "Prata", sans-serif;
    font-size: 18px;
}

.blog-single-section .more-posts .post-name {
    font-size: 16px;
    color: #151515;
    margin: 0.5em 0 0;
    font-family: "Prata", sans-serif;

}

@media (max-width: 991px) {
    .blog-single-section .more-posts .post-name {
        font-size: 18px;
    }
}

.blog-single-section .more-posts a:hover .post-control-link {
    color: #c1b696;
}

.comments {
    background: #f8f8f8;
}

.blog-single-section .comments-area {
    margin-top: 70px;
    clear: both;
}


.blog-single-section .comments-area li>div {
    padding: 35px 25px;
}

.blog-single-section .comments-area ol {
    list-style-type: none;
    padding-left: 0;
}

.blog-single-section .comments-area ol ul {
    padding-left: 30px;
}

.blog-single-section .comments-area .comments-title {
    font-size: 30px;
    margin: 0 0 1.5em;
    font-family: "Prata", sans-serif;

}

@media (max-width: 991px) {
    .blog-single-section .comments-area .comments-title {
        font-size: 22px;
    }
}

.blog-single-section .comments-area li>div {
    position: relative;
}

.blog-single-section .comments-area .comment-theme {
    position: absolute;
    left: 25px;
}

.comments-date {
    color: #4f4f4f;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 600;
    border-right: 1px solid #4f4f4f;
}

@media (max-width: 767px) {
    .blog-single-section .comments-area .comment-theme {
        position: static;
    }
}

.blog-single-section .comments-area .comment-main-area {
    padding-left: 100px;
}

@media (max-width: 767px) {
    .blog-single-section .comments-area .comment-main-area {
        padding-left: 0;
        margin-top: 25px;
    }
}

.blog-single-section .comments-area .comment-main-area p {
    margin-bottom: 20px;
    color: #909090;
    font-size: 15px;
}

.blog-single-section .comments-area .comments-meta h4 {
    font-size: 16px;
    color: #151515;
    font-weight:500;
    margin: 0 0 1em;
    font-family: "Prata", sans-serif;
}

.blog-single-section .comments-area .comments-meta h4 span {
    font-family: "Prata", sans-serif;
    font-weight: normal;
    color: #949494;
    text-transform: none;
    display: inline-block;
    margin-left: 15px;
    font-size: 16px;
}
.blog-content.blog-content2 .entry-details {
    margin-top: -13px;
}

.blog-single-section .comments-area .comment-reply-link {
    font-size: 14px;
    color:#4f4f4f;
    display: inline-block;
    padding: 0 5px;
    transition: all .3s;
}
.blog-single-section .comments-area .comment-reply-link:hover{
    color: #e49497;
}

.blog-single-section .comment-respond {
    margin-top: 70px;
}

.blog-single-section .comment-respond .comment-reply-title {
    font-size: 30px;
    margin: 0 0 1.5em;
    color:151515;
    font-family: "Prata", sans-serif;
}

@media (max-width: 991px) {
    .blog-single-section .comment-respond .comment-reply-title {
        font-size: 22px;
    }
}

.blog-single-section .comment-respond form input,
.blog-single-section .comment-respond form textarea {
    background-color: #f8f8f8;
    width: 100%;
    height: 50px;
    border: 1px solid #f8f8f8;
    padding: 6px 15px;
    margin-bottom: 15px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.blog-single-section .comment-respond form input:focus,
.blog-single-section .comment-respond form textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #c1b696;
}

@media (max-width: 991px) {
    .blog-single-section .comment-respond form input,
    .blog-single-section .comment-respond form textarea {
        height: 40px;
    }
}

.blog-single-section .comment-respond form textarea {
    height: 220px;
    padding: 15px;
}

@media (max-width: 991px) {
    .blog-single-section .comment-respond form textarea {
        height: 150px;
    }
}

.blog-single-section .comment-respond .form-inputs {
    overflow: hidden;
}

.blog-single-section .comment-respond .form-inputs>input:nth-child(1) {
    width: 49%;
    float: left;
}

@media (max-width: 767px) {
    .blog-single-section .comment-respond .form-inputs>input:nth-child(2) {
        width: 100%;
        float: none;
    }
}

.blog-single-section .comment-respond .form-inputs>input:nth-child(2) {
    width: 49%;
    float: right;
}

@media (max-width: 767px) {
    .blog-single-section .comment-respond .form-inputs>input:nth-child(3) {
        width: 100%;
        float: none;
    }
}

.blog-single-section .comment-respond .form-submit input {
    max-width: 180px;
    background-color: #e49497;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
    border: 0;
    outline: 0;
    text-transform: uppercase;
    font-size: 16px;
}

.blog-single-section .comment-respond .form-submit input:hover {
    background-color: #e79ea1;
}


.blog-sidebar .search-widget form div {
    position: relative;
}

.blog-sidebar .search-widget input {
    height: 50px;
    font-size: 17px;
    padding: 6px 50px 6px 20px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #efefef;
    font-family: 'Josefin Sans', sans-serif;
    color:#9f9f9f;
}

.blog-sidebar .search-widget input:focus {
    background-color: #f8f8f8;
}

.blog-sidebar .search-widget form button {
    background: transparent;
    font-size: 20px;
    color: #e49497;
    border: 0;
    outline: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog-sidebar .recent-post-widget .post {
    overflow: hidden;
}

.blog-sidebar .recent-post-widget .posts>.post+.post {
    margin-top: 15px;
}

.blog-sidebar .recent-post-widget .post .img-holder {
    width: 85px;
    float: left;
    margin-bottom: 25px;
}
.blog-sidebar .recent-post-widget .post .img-holder2{
    margin-bottom: 0px;
}

.blog-sidebar .recent-post-widget .post .details {
    width: calc(100% - 85px);
    float: left;
    padding-left: 25px;
}

.blog-sidebar .recent-post-widget .post img {
    border-radius: 50%;
}

.blog-sidebar .recent-post-widget .post h4 {
    font-family: "Prata", sans-serif;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: bold;
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .blog-sidebar .recent-post-widget .post h4 {
        margin: 0;
    }
}

.blog-sidebar .recent-post-widget .post h4 a {
    display: inline-block;
    color: #4a4a4a;
    font-size: 17px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 5px;
    font-family: 'Josefin Sans', sans-serif;
}

.blog-sidebar .recent-post-widget .post h4 a:hover {
    color: #e49497;
}

.blog-sidebar .category-widget ul li {
    font-size: 17px;
    padding-left: 15px;
    position: relative;
}

@media (max-width: 767px) {
    .blog-sidebar .category-widget ul li {
        font-size: 16px;
    }
}

.blog-sidebar .category-widget ul li:before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
}

.blog-sidebar .category-widget ul>li+li {
    margin-top: 15px;
}

.blog-sidebar .category-widget ul a {
    color: #666;
}

.blog-sidebar .category-widget ul a:hover,
.blog-sidebar .category-widget ul li:hover:before {
    color: #c1b696;
}

.blog-sidebar .tag-widget {
    padding-bottom: 37px;
}

.blog-sidebar .tag-widget ul {
    overflow: hidden;
}

.blog-sidebar .tag-widget ul li {
    float: left;
    margin: 0 8px 8px 0;
}

.blog-sidebar .tag-widget ul li a {
    border: 1px solid #e49497;
    font-size: 15px;
    display: inline-block;
    padding: 5px 25px;
    color: #949494;
    transition: all .3s;
}

.blog-sidebar .tag-widget ul li a:hover {
    background: #e49497;
    color: #fff;
}

.posts .details span {
    color: #949494;
    font-size: 14px;
}

h3.widget_title {
    font-size: 22px;
    color: #151515;
    letter-spacing: 0;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 7px;
    font-family: "Prata", sans-serif;
    text-transform: uppercase;
    margin-top: 70px;
}

h3.widget_title2 {
    margin-top: 0;
}

.widget_category ul li a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #949494;
    letter-spacing: 0;
    line-height: 20px;
    margin: 13px 0px;
    padding-bottom: 13px;
    position: relative;
}

.widget_category ul li a:first-child {
    margin-top: 0;
}

.widget_category ul li a:hover {
    color: #5e9a8e;
}

.widget_category ul li a span {
    line-height: 35px;
    float: right;
    background: #f9e8e8;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    text-align: center;
    box-shadow: 0px 0px 5px #ddd;
}

.widget-instagram ul {
    flex-wrap: wrap;
    margin: 0px -3px;
}

.widget-instagram ul li {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 5px;
    padding: 0px 3px;
}

.widget-instagram ul li img {
    width: 100%;
}

